added some development tools
[windows-sources.git] / developer / Samples / NET 4.6 / Samples for Parallel / DiningPhilosophers / DiningPhilosophers_VisualBasic / obj / Debug / MainWindow.g.i.vb
blob8d1e638535258d590078b185f1c0f2d750b5c168
1 #ExternalChecksum("..\..\MainWindow.xaml","{406ea660-64cf-4c82-b6f0-42d48172a799}","05C7DD141FE05CACE6EA6A9508DE0970")
2 '------------------------------------------------------------------------------
3 ' <auto-generated>
4 ' This code was generated by a tool.
5 ' Runtime Version:4.0.30319.42000
7 ' Changes to this file may cause incorrect behavior and will be lost if
8 ' the code is regenerated.
9 ' </auto-generated>
10 '------------------------------------------------------------------------------
12 Option Strict Off
13 Option Explicit On
15 Imports DiningPhilosophers
16 Imports System
17 Imports System.Diagnostics
18 Imports System.Windows
19 Imports System.Windows.Automation
20 Imports System.Windows.Controls
21 Imports System.Windows.Controls.Primitives
22 Imports System.Windows.Data
23 Imports System.Windows.Documents
24 Imports System.Windows.Ink
25 Imports System.Windows.Input
26 Imports System.Windows.Markup
27 Imports System.Windows.Media
28 Imports System.Windows.Media.Animation
29 Imports System.Windows.Media.Effects
30 Imports System.Windows.Media.Imaging
31 Imports System.Windows.Media.Media3D
32 Imports System.Windows.Media.TextFormatting
33 Imports System.Windows.Navigation
34 Imports System.Windows.Shapes
35 Imports System.Windows.Shell
37 Namespace DiningPhilosophers
39 '''<summary>
40 '''MainWindow
41 '''</summary>
42 <Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
43 Partial Public Class MainWindow
44 Inherits System.Windows.Window
45 Implements System.Windows.Markup.IComponentConnector
48 #ExternalSource("..\..\MainWindow.xaml",5)
49 <System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1823:AvoidUnusedPrivateFields")> _
50 Friend WithEvents circularPanel1 As DiningPhilosophers.CircularPanel
52 #End ExternalSource
54 Private _contentLoaded As Boolean
56 '''<summary>
57 '''InitializeComponent
58 '''</summary>
59 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
60 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0")> _
61 Public Sub InitializeComponent() Implements System.Windows.Markup.IComponentConnector.InitializeComponent
62 If _contentLoaded Then
63 Return
64 End If
65 _contentLoaded = true
66 Dim resourceLocater As System.Uri = New System.Uri("/DiningPhilosophers;component/mainwindow.xaml", System.UriKind.Relative)
68 #ExternalSource("..\..\MainWindow.xaml",1)
69 System.Windows.Application.LoadComponent(Me, resourceLocater)
71 #End ExternalSource
72 End Sub
74 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
75 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
76 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")> _
77 Friend Function _CreateDelegate(ByVal delegateType As System.Type, ByVal handler As String) As System.[Delegate]
78 Return System.[Delegate].CreateDelegate(delegateType, Me, handler)
79 End Function
81 <System.Diagnostics.DebuggerNonUserCodeAttribute(), _
82 System.CodeDom.Compiler.GeneratedCodeAttribute("PresentationBuildTasks", "4.0.0.0"), _
83 System.ComponentModel.EditorBrowsableAttribute(System.ComponentModel.EditorBrowsableState.Never), _
84 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Design", "CA1033:InterfaceMethodsShouldBeCallableByChildTypes"), _
85 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Maintainability", "CA1502:AvoidExcessiveComplexity"), _
86 System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1800:DoNotCastUnnecessarily")> _
87 Sub System_Windows_Markup_IComponentConnector_Connect(ByVal connectionId As Integer, ByVal target As Object) Implements System.Windows.Markup.IComponentConnector.Connect
88 If (connectionId = 1) Then
89 Me.circularPanel1 = CType(target,DiningPhilosophers.CircularPanel)
90 Return
91 End If
92 Me._contentLoaded = true
93 End Sub
94 End Class
95 End Namespace